Skip to main content
Glama

get_mcp_version

Check the current version of the Stacks blockchain development server to verify compatibility and access available features for Clarity smart contract development.

Instructions

Returns the version of the MCP server

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • src/server.ts:30-40 (registration)
    Registration of the 'get_mcp_version' tool including inline handler function that returns the MCP server's version and empty input schema (no parameters required). This is the complete implementation of the tool.
    server.addTool({ description: "Returns the version of the MCP server", execute: async () => { return { text: server.options.version, type: "text", }; }, name: "get_mcp_version", parameters: z.object({}), });

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/exponentlabshq/stacks-clarity-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server