Skip to main content
Glama
run_stdio.py381 B
"""Entry point for NoLang MCP server over STDIO. This entry point is used when working locally with STDIO-based MCP clients such as Claude Desktop. Usage: python -m nolang_mcp.run_stdio or nolang-mcp-stdio """ from nolang_mcp.server import mcp def main() -> None: """Start NoLang MCP server over STDIO.""" mcp.run() if __name__ == "__main__": main()

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/team-tissis/nolang-mcp'

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