Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .changeset/mcp-app-support-sep-1865.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"dashboard": minor
"server": patch
"@gram-ai/functions": minor
---

Comment on lines +1 to +6
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
---
"dashboard": patch
"server": patch
"@gram-ai/functions": patch
---
---
"dashboard": minor
"server": patch
"@gram-ai/functions": minor
---

Add MCP App support across the playground, local functions runner, and the functions SDK.

Improve local runner lifecycle handling for proxied tool and resource responses, and only seed MCP App function assets when the functions backend is local.
1 change: 1 addition & 0 deletions .claude/skills/datadog-insights/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ GET /rpc/auth.info 638ms 8ms 6
> ⚠️ **The slow endpoint table MUST use a code block with aligned columns. Never use bullet points.**
If all endpoints are fast, use instead:

```
⚡ *Latency* — All endpoints healthy. p50: Xms · p95: Xms · p99: Xms 🟢
```
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ scratch/
/local/cache
/local/ssl
/local/keys
/local/functions
.speakeasy/temp
mprocs.log
.madprocs.port
Expand Down Expand Up @@ -54,4 +55,4 @@ package-lock.json
/examples/*/pnpm-lock.yaml
.worktrees
.granary/
.claude/hooks/*
.claude/hooks/*
Loading
Loading