Skip to content

Commit 62d78d1

Browse files
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

18 files changed

+58
-33
lines changed

.changeset/clever-webs-beam.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cool-turkeys-burn.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/ninety-lies-thank.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/social-clocks-return.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

client/dashboard/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @gram/dashboard
22

3+
## 0.15.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f3cea34]
8+
- @gram/client@0.14.14
9+
310
## 0.15.0
411

512
### Minor Changes

client/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gram/dashboard",
33
"private": true,
4-
"version": "0.15.0",
4+
"version": "0.15.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

client/sdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gram/client
22

3+
## 0.14.14
4+
5+
### Patch Changes
6+
7+
- 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.
8+
39
## 0.14.11
410

511
### Patch Changes

client/sdk/package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gram/client",
3-
"version": "0.14.13",
3+
"version": "0.14.14",
44
"author": "Speakeasy",
55
"private": true,
66
"type": "module",
@@ -60,9 +60,15 @@
6060
"react-dom": "^18 || ^19"
6161
},
6262
"peerDependenciesMeta": {
63-
"@tanstack/react-query": {"optional":true},
64-
"react": {"optional":true},
65-
"react-dom": {"optional":true}
63+
"@tanstack/react-query": {
64+
"optional": true
65+
},
66+
"react": {
67+
"optional": true
68+
},
69+
"react-dom": {
70+
"optional": true
71+
}
6672
},
6773
"devDependencies": {
6874
"@eslint/js": "^9.19.0",

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @gram/docs
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- 9f9e840: Prefer `gram auth` as the primary way to bootstrap a new user profile.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gram/docs",
33
"type": "module",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"private": true,
66
"publishConfig": {
77
"access": "restricted"

0 commit comments

Comments
 (0)