Skip to main content
Glama
ilil1

Simple MCP Server

by ilil1

get_version

Retrieve the current version details of the Simple MCP Server to verify compatibility and track updates.

Instructions

Get server version information.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the 'get_version' tool. It logs when called and returns a dictionary with version information for the server and FastMCP.
    @mcp.tool() def get_version() -> dict: """Get server version information.""" logger.info("get_version called") return {"version": "0.1.0", "name": "Simple MCP Server", "api_version": "FastMCP 2.5.1"}

Other Tools

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/ilil1/simple-mcp-server'

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