Skip to content

Commit af688a1

Browse files
chore: version packages (#688)
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/functions@0.4.0 ### Minor Changes - 3fc0efc: allow for defining resources in mcp builds of gram functions - add1481: Removed the per-tool config for declaring environment variables and instead opts for updating the Gram class to optionally accept an input environment and an associated zod schema for it. When a schema is defined, the code benefits from strict types and transforms when accessing environment variables via the tool context. ## @gram-ai/create-function@0.4.0 ## server@0.9.4 ### Patch Changes - 5b8a324: Supports returning meta tags in list tools and list resources. Supports a specific gram.ai/kind meta tag that tells us to treat the underlying function as an MCP server and a direct passthrough Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 96ed02d commit af688a1

File tree

9 files changed

+22
-22
lines changed

9 files changed

+22
-22
lines changed

.changeset/wet-banks-join.md

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

.changeset/wicked-hats-kick.md

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

.changeset/wide-roses-dance.md

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

server/CHANGELOG.md

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

3+
## 0.9.4
4+
5+
### Patch Changes
6+
7+
- 5b8a324: Supports returning meta tags in list tools and list resources. Supports a specific gram.ai/kind meta tag that tells us to treat the underlying function as an MCP server and a direct passthrough
8+
39
## 0.9.3
410

511
### Patch Changes

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "server",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"description": "",
55
"private": true,
66
"main": "index.js",

ts-framework/create-function/CHANGELOG.md

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

3+
## 0.4.0
4+
35
## 0.3.2
46

57
## 0.3.1

ts-framework/create-function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "@gram-ai/create-function",
4-
"version": "0.3.2",
4+
"version": "0.4.0",
55
"description": "Build AI tools and deploy them to getgram.ai",
66
"keywords": [],
77
"homepage": "https://github.com/speakeasy-api/gram",

ts-framework/functions/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- 3fc0efc: allow for defining resources in mcp builds of gram functions
8+
- add1481: Removed the per-tool config for declaring environment variables and instead opts
9+
for updating the Gram class to optionally accept an input environment and an
10+
associated zod schema for it. When a schema is defined, the code benefits from
11+
strict types and transforms when accessing environment variables via the tool
12+
context.
13+
314
## 0.3.2
415

516
### Patch Changes

ts-framework/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "@gram-ai/functions",
4-
"version": "0.3.2",
4+
"version": "0.4.0",
55
"description": "",
66
"author": "Georges Haidar <georges@speakeasyapi.dev>",
77
"main": "dist/index.js",

0 commit comments

Comments
 (0)