{% extends "base.html" %} {% block title %}dbst — API Reference{% endblock %} {% block body_class %}page-docs{% endblock %} {% block body %}
← Back

API Reference

MCP →
{% for tag, endpoints in groups.items() %}
{% for e in endpoints %}
{{ e.method }} {{ e.path }} {{ e.name }}
{% if e.params %}
{% for p in e.params %} {{ p.kind }}: {{ p.name }}{{ "*" if p.required else "" }} {% endfor %}
{% endif %}
{% endfor %}
{% endfor %}
{% endblock %}