# Rh the project
run:
uv sync
uv pip install -e .
uv run fastmcp dev src/oxenstierna/server.py
# Build the project
build:
uv sync
# Run tests
test: build
uv run --frozen pytest -xvs tests
# Run ty type checker on all files
typecheck:
uv run --frozen ty check
publish:
@VERSION=$$(uv version --short); \
dagger call publish-docker \
--docker-password=env:DOCKER_PASSWORD \
--image-repository="riksarkivet/ra-mcp" \
--tag="v$$VERSION" \
--source=.
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AI-Riksarkivet/ra-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server