No description
- Python 92.7%
- JavaScript 4.5%
- Dockerfile 2.2%
- CSS 0.6%
| .github | ||
| .vscode | ||
| scripts | ||
| src/jsl_mcp | ||
| tests | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| .python-version | ||
| docker-compose.yaml | ||
| Dockerfile | ||
| pyproject.toml | ||
| README.md | ||
| ruff.toml | ||
| uv.lock | ||
| zensical.toml | ||
JSL MCP
A small server that publishes software development guidance as MCP resources and prompts, with the same Markdown available as a documentation website.
Run Locally
uv run zensical build
uv run jsl-mcp --host 127.0.0.1 --port 8765
# or
uv run jsl-mcp-stdio
The documentation is available at http://127.0.0.1:8765/docs/ and the MCP endpoint at http://127.0.0.1:8765/mcp.
For clients that use stdio, run uv run jsl-mcp-stdio.
Project documentation lives in src/jsl_mcp/docs/. Start with the documentation home page or the authoring guide.