Source code for the MCP Compose Documentation, built with Docusaurus.
# Install the dependencies.
make installRun the python and typescript API docs by running in the reposiroty root.
make pydoc
make typedoc# Local Development: This command starts a local development server and opens up a browser window.
# Most changes are reflected live without having to restart the server.
echo open http://localhost:3000
make start# Build: This command generates static content into the `build` directory
# and can be served using any static contents hosting service.
make build# Publish if you have karma for.
make publish