Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Deskaid
Claim
by
ezyang
GitHub
File Systems
Python
Apache 2.0
249
Apple
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
codemcp
e2e
.github
static
tests
ARCHITECTURE.md
codemcp.toml
.editorconfig
.gitignore
LICENSE.txt
.pre-commit-config.yaml
prompt.txt
pyproject.toml
README.md
run_format.sh
run_lint.sh
run_test.sh
run_typecheck.sh
TODO.md
uv.lock
#!/bin/bash set -e SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" cd "$SCRIPT_DIR" "${SCRIPT_DIR}/.venv/bin/python" -m pytest --tb=native $@