We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cafferychen777/ChatSpatial'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.readthedocs.yaml•743 B
# Read the Docs configuration file for ChatSpatial
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.10"
jobs:
post_checkout:
# Cancel building pull requests when a new commit is pushed
- git fetch --unshallow || true
# Build documentation with Sphinx
sphinx:
configuration: docs/conf.py
fail_on_warning: false
# Python requirements for building documentation
python:
install:
- method: pip
path: .
extra_requirements:
- docs
- requirements: docs/requirements.txt
# Optionally build additional formats
formats:
- pdf
- epub