We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jscraik/mKit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•792 B
# AI Artifacts (Model A)
This directory stores committed AI artifacts for pull requests created with AI assistance.
## Structure
```
ai/
├── prompts/ # Committed prompt files (.yaml)
├── sessions/ # Committed session summaries (.json)
├── tmp/ # Transient (gitignored)
├── cache/ # Transient (gitignored)
└── raw/ # Transient (gitignored)
└── README.md # This file
```
## Usage
When creating a PR with AI assistance:
1. **Prompt file**: Save final prompt to `ai/prompts/YYYY-MM-DD-<slug>.yaml`
2. **Session log**: Save summary to `ai/sessions/YYYY-MM-DD-<slug>.json`
3. **Reference**: Add file paths to PR "AI assistance" section
See template files:
- `ai/prompts/.template.yaml`
- `ai/sessions/.template.json`