Skip to content

chore: version packages#26

Merged
suleimansh merged 1 commit into
mainfrom
changeset-release/main
Jun 26, 2026
Merged

chore: version packages#26
suleimansh merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release 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

@gemstack/mcp@0.2.0

Minor Changes

  • f7c7a45: Promote MCP-authoring utilities to the public API so inspectors and tooling no longer need internal access.

    • McpServer.introspect(): a public introspection surface returning the registered tool / resource / prompt classes (constructors, not instances) without starting a session. The supported alternative to the internal _tools() / _resources() / _prompts() accessors, which stay @internal.
    • zodToJsonSchema(schema): convert a Zod schema to the JSON Schema MCP advertises (exported from the package entry).
    • matchUriTemplate(template, uri): match a URI against a resource://{template} pattern and extract params.
    • New McpServerIntrospection and ZodLikeObject types exported alongside.

    This lets a thin framework binding (e.g. @rudderjs/mcp) build a server inspector against the published surface instead of re-declaring internal shapes or carrying local copies of the helpers.

@suleimansh suleimansh merged commit b0fb4ae into main Jun 26, 2026
1 check passed
@suleimansh suleimansh deleted the changeset-release/main branch June 26, 2026 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant