Commit bac19bc
chore: version packages (#790)
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## [email protected]
### Minor Changes
- 31e555b: feat: Add gram install command for MCP server configuration &
support common clients
**Automatic Configuration**
```bash
gram install claude-code --toolset speakeasy-admin
```
- Fetches toolset metadata from Gram API
- Automatically derives MCP URL from organization, project & environment
or custom MCP slug
- Intelligently determines authentication headers and environment
variables from toolset security config
- Uses toolset name as the MCP server name
**Manual Configuration**
```bash
gram install claude-code
--mcp-url https://mcp.getgram.ai/org/project/environment
--api-key your-api-key
--header-name Custom-Auth-Header
--env-var MY_API_KEY
```
- Supports custom MCP URLs for non-Gram servers
- Configurable authentication headers
- Environment variable substitution for secure API key storage
- Automatic detection of locally set environment variables (uses actual
value if available)
## [email protected]
### Patch Changes
- faef164: opens up logs to free tier
- 29aee79: fixes potentially duplicate env vars from functions in the UX
and MCP config
## [email protected]
### Patch Changes
- 31e555b: feat: Add gram install command for MCP server configuration &
support common clients
**Automatic Configuration**
```bash
gram install claude-code --toolset speakeasy-admin
```
- Fetches toolset metadata from Gram API
- Automatically derives MCP URL from organization, project & environment
or custom MCP slug
- Intelligently determines authentication headers and environment
variables from toolset security config
- Uses toolset name as the MCP server name
**Manual Configuration**
```bash
gram install claude-code
--mcp-url https://mcp.getgram.ai/org/project/environment
--api-key your-api-key
--header-name Custom-Auth-Header
--env-var MY_API_KEY
```
- Supports custom MCP URLs for non-Gram servers
- Configurable authentication headers
- Environment variable substitution for secure API key storage
- Automatic detection of locally set environment variables (uses actual
value if available)
- 29aee79: fixes potentially duplicate env vars from functions in the UX
and MCP config
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent 31e555b commit bac19bc
File tree
9 files changed
+76
-46
lines changed- .changeset
- client/dashboard
- cli
- server
9 files changed
+76
-46
lines changedThis file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
3 | 35 | | |
4 | 36 | | |
5 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
3 | 10 | | |
4 | 11 | | |
5 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
3 | 37 | | |
4 | 38 | | |
5 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments