Skip to main content
Glama
drewster99

xcode-mcp-server (drewster99)

by drewster99
version.py556 B
#!/usr/bin/env python3 """version tool - Get server version""" from xcode_mcp_server import __version__ from xcode_mcp_server.server import mcp from xcode_mcp_server.config_manager import apply_config from xcode_mcp_server.utils.applescript import show_result_notification @mcp.tool() @apply_config def version() -> str: """ Get the current version of the Xcode MCP Server. Returns: The version string of the server """ show_result_notification(f"Version {__version__}") return f"Xcode MCP Server version {__version__}"

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/drewster99/xcode-mcp-server'

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