LLM Learning Path
Home Path Hard

Write a minimal MCP integration spec for a knowledge base or API

Practice defining resource scope, permissions, freshness, and success conditions.

Task

Write a minimal MCP integration spec for the scenario above.

Required parts

  1. Allowed resources or endpoints
  2. Explicitly forbidden resources or actions
  3. Freshness expectations
  4. Output or action capabilities
  5. Failure handling

Goal

Do not write implementation code. Write a spec a team could use to wire the connection safely.

Further reading