Skip to content

document Claude MCP usage in README#297

Open
ykd007 wants to merge 2 commits into
msoedov:mainfrom
ykd007:feat/mcp-claude-docs-193
Open

document Claude MCP usage in README#297
ykd007 wants to merge 2 commits into
msoedov:mainfrom
ykd007:feat/mcp-claude-docs-193

Conversation

@ykd007
Copy link
Copy Markdown
Contributor

@ykd007 ykd007 commented May 15, 2026

Closes #193

The existing MCP section was two lines (install + run). This expands it into a proper guide that actually tells users how to use the server with Claude.

What's added:

  • A tools reference table listing all five MCP tools and what they do
  • Step-by-step Claude Desktop setup (start server → install MCP → open Claude)
  • The three built-in prompt templates with a short description of each
  • A short example showing natural-language scan control
  • Claude Code CLI setup for terminal users

Nothing about the server code itself is changed — this is purely documentation.

ykd007 added 2 commits May 15, 2026 10:23
Closes msoedov#192

Three prompt templates via @mcp.prompt():
- security_scan_prompt: full scan with configurable probe budget
- verify_llm_prompt: quick reachability check before committing to a scan
- adversarial_probe_prompt: multi-step attack session with findings summary

Placed before the tool definitions with a clear section comment.
No existing tool behaviour changed.
Closes msoedov#193

Expands the MCP server section with:
- what tools are exposed and what each one does
- step-by-step Claude Desktop setup
- the three built-in prompt templates and when to use them
- a short example conversation showing natural-language scan control
- Claude Code CLI setup for terminal-based workflows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document mcp Claude usage in Readme.

1 participant