Skip to content

Latest commit

 

History

History
192 lines (120 loc) · 5.24 KB

File metadata and controls

192 lines (120 loc) · 5.24 KB

demo-day

0.1.18

Patch Changes

  • b9e6d76: Return an actionable 410 Gone Problem Details response when a client attempts the removed HTTP+SSE transport with GET /sse. The response explains that clients can configure the existing /sse URL to use Streamable HTTP or, preferably, move to /mcp for future compatibility. It preserves query parameters, identifies the recommended replacement in a Link header, and is available before OAuth authentication. Streamable HTTP POST requests continue to work on both /sse and /mcp.
  • Updated dependencies [b9e6d76]
    • @repo/mcp-common@0.20.10

0.1.17

Patch Changes

  • Updated dependencies [12a9a61]
    • @repo/mcp-common@0.20.9

0.1.16

Patch Changes

  • Updated dependencies [4e1e6ab]
    • @repo/mcp-common@0.20.8

0.1.15

Patch Changes

  • 1df6213: Migrate all MCP servers to fresh SDK v2 factories with default stateless 2025 compatibility, request-scoped auth/context, and no live protocol Durable Object or SSE session state. Upgrade the released MCP stack to agents@0.20.1, @modelcontextprotocol/server@2.0.0, @modelcontextprotocol/client@2.0.0, and SDK v1 compatibility package @modelcontextprotocol/sdk@1.30.0, using the isolated agents/mcp/server stateless handler. Keep /sse as a URL alias for the same Streamable HTTP handler as /mcp, without retaining the deprecated HTTP+SSE transport. Assemble every deployment through canonical public/authenticated app modules, prune obsolete app-level routing dependencies, and expose a tracked registration context instead of the raw SDK server. Preserve append-only Durable Object migration history while explicitly deleting retired protocol classes, preserve application/security state, upgrade the OAuth provider to 0.8.2 with exact resource matching, bound MCP request bodies, and require explicit Workers Builds identifiers.
  • Updated dependencies [1df6213]
    • @repo/mcp-common@0.20.7

0.1.14

Patch Changes

  • Updated dependencies [cb01861]
    • @repo/mcp-common@0.20.6

0.1.13

Patch Changes

  • f625075: Upgrade core dependencies: agents 0.2.19 → 0.13.3, @modelcontextprotocol/sdk 1.20.2 → 1.29.0, zod 3 → 4, and ai 4 → 6.

    No user-facing tool or behavior changes. Internal adjustments for the new versions:

    • zod 4: z.record(...) now takes an explicit key schema; z.string().ip() replaced with z.ipv4()/z.ipv6() validation; dropped the removed objectOutputType helper.
    • agents 0.13: McpAgent env generic is constrained to Cloudflare.Env.
    • MCP SDK 1.29: tool annotations hints must be flat ({ title, readOnlyHint, ... }) — fixes a latent bug where nested hints were silently ignored.
    • ai 6: eval tooling updated (LanguageModel, inputSchema, stopWhen/stepCountIs, tool-call input).

0.1.12

Patch Changes

  • Updated dependencies [f77355c]
    • @repo/mcp-common@0.20.5

0.1.11

Patch Changes

  • Updated dependencies [50926ec]
    • @repo/mcp-common@0.20.4

0.1.10

Patch Changes

  • Updated dependencies [01a172e]
    • @repo/mcp-common@0.20.3

0.1.9

Patch Changes

  • 99e2282: Move docs MCP server to use AI Search
  • Updated dependencies [99e2282]
    • @repo/mcp-common@0.20.2
    • @repo/mcp-observability@0.32.5

0.1.8

Patch Changes

  • Updated dependencies [7fc3f18]
    • @repo/mcp-common@0.20.1

0.1.7

Patch Changes

  • 847fc1f: Update cloudflare-oauth-handler
  • Updated dependencies [f9f0bb6]
  • Updated dependencies [847fc1f]
    • @repo/mcp-common@0.20.0
    • @repo/mcp-observability@0.32.4

0.1.6

Patch Changes

  • 43f493d: Update agent + modelcontextprotocol deps
  • Updated dependencies [43f493d]
    • @repo/mcp-observability@0.32.3
    • @repo/mcp-common@0.19.3

0.1.5

Patch Changes

  • 24dd872: feat: Add MCP tool titles and hints to all Cloudflare tools
  • Updated dependencies [24dd872]
    • @repo/mcp-common@0.19.2

0.1.4

Patch Changes

  • 7422e71: Update MCP sdk
  • Updated dependencies [7422e71]
    • @repo/mcp-observability@0.32.2
    • @repo/mcp-common@0.19.1

0.1.3

Patch Changes

  • cc6d41f: Update agents deps & modelcontextprotocol
  • Updated dependencies [1833c6d]
  • Updated dependencies [cc6d41f]
    • @repo/mcp-common@0.19.0
    • @repo/mcp-observability@0.32.1

0.1.2

Patch Changes

  • Updated dependencies [f885d07]
    • @repo/mcp-common@0.18.0

0.1.1

Patch Changes

  • Updated dependencies [83e2d19]
    • @repo/mcp-common@0.17.1

0.1.0

Minor Changes

  • 6cf52a6: Support AOT tokens

Patch Changes

  • 0fc4439: Update agents and modelcontext dependencies
  • Updated dependencies [6cf52a6]
  • Updated dependencies [0fc4439]
    • @repo/mcp-observability@0.32.0
    • @repo/mcp-common@0.17.0

0.0.4

Patch Changes

  • 3677a18: Remove extraneous log
  • Updated dependencies [3677a18]
    • @repo/mcp-common@0.16.3

0.0.3

Patch Changes

  • Updated dependencies [86c2e4f]
    • @repo/mcp-common@0.16.2

0.0.2

Patch Changes

  • cf3771b: chore: add suffixes to common files in apps and packages

    It can be confusing switching between 16 files named 'index.ts', or 3 files named workers.ts. This change renames common files to have suffixes such as .types.ts, .api.ts, etc. to make it easier to work across files in the monorepo.

  • Updated dependencies [cf3771b]

    • @repo/mcp-common@0.16.1
    • @repo/mcp-observability@0.31.1