Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Python MCP Server
Claim
by
hesiod-au
GitHub
Developer Tools
Python
MIT License
1
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
examples
tests
agent.py
CHANGELOG.md
code_grapher.py
empty_case_result.json
.env.example
.gitignore
LICENSE
README.md
requirements.txt
run_server.py
server.py
test_client.py
test_codegrapher.py
test_empty_case.py
test_server.py
{ "target_file": { "file_path": "test_simple.py", "code": "\nimport os\nimport sys\nimport time\n\ndef hello():\n \"\"\"A simple test function.\"\"\"\n print(\"Hello, world!\")\n print(f\"Current time: {time.time()}\")\n return os.path.join(os.getcwd(), \"test\")\n\nif __name__ == \"__main__\":\n hello()\n", "type": "target", "docstring": "" }, "referenced_files": [], "additional_files": [], "total_files": 1, "token_count": 33, "token_limit": 8000, "metadata": { "original_imported_files_count": 0, "original_importing_files_count": 0, "original_additional_files_count": 0, "readme_files_count": 0 } }