Commit 62d78d1
chore: version packages (#599)
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
## @gram-ai/[email protected]
### Minor Changes
- baaa388: Add a simple Hono-based server to the Gram Functions
mini-framework template.
This server allows developers to run and test their Gram Functions
locally
before deploying them.
## @gram-ai/[email protected]
## @gram/[email protected]
### Patch Changes
- Updated dependencies [f3cea34]
- @gram/[email protected]
## @gram/[email protected]
### Patch Changes
- f3cea34: The first major wave of work for supporting MCP resources
through functions includes creating the function_resource_definitions
data model with corresponding indexes and resource_urns columns in
toolset versions. It also introduces the function manifest schema for
resources and implements deployment processing for function resources. A
new resource URN type is added, which parses uniqueness from the URI as
the primary key for resources in MCP. Additionally, this work enables
adding and returning resources throughout the toolsets data model,
preserves resources within toolset versions, and updates current toolset
caching to account for them.
## @gram/[email protected]
### Patch Changes
- 9f9e840: Prefer `gram auth` as the primary way to bootstrap a new user
profile.
## @gram/[email protected]
### Patch Changes
- 468b341: Modifies the functions runner and JS entrypoint to accept
`handleResources` entrypoint. Can differentiate between tools,
resources, and potential other future entrypoints by type argument.
## @gram/[email protected]
### Patch Changes
- f3cea34: The first major wave of work for supporting MCP resources
through functions includes creating the function_resource_definitions
data model with corresponding indexes and resource_urns columns in
toolset versions. It also introduces the function manifest schema for
resources and implements deployment processing for function resources. A
new resource URN type is added, which parses uniqueness from the URI as
the primary key for resources in MCP. Additionally, this work enables
adding and returning resources throughout the toolsets data model,
preserves resources within toolset versions, and updates current toolset
caching to account for them.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent f3cea34 commit 62d78d1
File tree
18 files changed
+58
-33
lines changed- .changeset
- client
- dashboard
- sdk
- docs
- functions
- server
- ts-framework
- create-function
- functions
18 files changed
+58
-33
lines changedThis file was deleted.
This 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 | + | |
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 | + | |
3 | 9 | | |
4 | 10 | | |
5 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
66 | 72 | | |
67 | 73 | | |
68 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments