MCP · v1.0
MCP Explorer
Every primitive the ContextLens platform exposes to AI clients. Searchable, filterable, versioned.
9 tools
5 resources
5 prompts
1.0 protocol version
| Name | Category | Version | Description | |
|---|---|---|---|---|
get_status | Bridge | 1.0 | Bridge health, uptime, and tool/resource counts. | |
start_episode | Episodes | 1.0 | Open a new episode and bind it to the current workspace. | |
close_episode | Episodes | 1.0 | Close the active episode with an optional summary. | |
log_ai_call | Episodes | 1.0 | Record a prompt/response pair inside the active episode. | |
explain_diff | Search | 1.0 | Summarize a git diff in plain English with file-level impact. | |
search_context | Search | 1.0 | Semantic search across episodes, diffs, and AI calls. | |
get_episode_details | Episodes | 1.0 | Full payload for a single episode by id. | |
get_recent_episodes | Episodes | 1.0 | List recent episodes for the current workspace. | |
explain_past_changes | Search | 1.0 | Natural-language audit of historical changes to a path. | |
| No matching primitives found. | ||||
| URI | Kind | Version | Description | |
|---|---|---|---|---|
workspace://current | Workspace | 1.0 | Current workspace metadata + active episode. | |
workspace://git-diff | Git | 1.0 | Staged + unstaged diff for the current branch. | |
workspace://episodes | Episodes | 1.0 | Recent episodes with summaries and timestamps. | |
workspace://diagnostics | Diagnostics | 1.0 | Active editor problems (errors + warnings). | |
workspace://symbols | Workspace | 1.0 | Indexed symbols across the active project. | |
| No matching primitives found. | ||||
| Name | Category | Version | Description | |
|---|---|---|---|---|
explain_diff | Review | 1.0 | Plain-English summary of the current diff. | |
review_code | Review | 1.0 | Structured code review against the active episode. | |
generate_tests | Test | 1.0 | Generate unit/integration tests for a given path. | |
security_audit | Security | 1.0 | Threat-model + concrete findings for a file or PR. | |
summarize_episode | Episodes | 1.0 | Concise recap of an episode for handoff or PR. | |
| No matching primitives found. | ||||
Purpose
Permissions
workspace:read
Version
1.0
Input schema
Output schema
Example request
Example response