{%- if already_included -%}
Already included (full content):
{% for file in already_included -%}
{{ file }}
{% endfor %}
{% endif -%}
{%- if already_excerpted -%}
Already included (excerpted):
{% for file in already_excerpted -%}
{%- set excerpt_meta = excerpted_metadata.get(file, {}) -%}
{%- set processor_type = excerpt_meta.get('processor_type', 'unknown') -%}
{{ file }}{% if processor_type == 'code-outliner' %} (lc-missing -i for details){% else %} (lc-missing -e for excluded){% endif %}
{% endfor %}
{% endif -%}
{%- if files_to_fetch -%}
Updated content:
{% for item in files_to_fetch -%}
{{ item.path }}{% if item.path in modified_files %} (modified){% elif item.path in missing_files %} (new){% endif %}
॥๛॥
{{ item.content }}
॥๛॥
{% endfor %}
{%- endif -%}
{%- if not already_included and not already_excerpted and not files_to_fetch -%}
No files to retrieve.
{%- endif -%}
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/cyberchitta/llm-context.py'
If you have feedback or need assistance with the MCP directory API, please join our Discord server