Skip to content

Latest commit

History

History
67 lines (42 loc) 路 1.27 KB

File metadata and controls

67 lines (42 loc) 路 1.27 KB

dsh Integration

Overview

MisakaNet integrates with dsh as a plugin, providing MCP (Model Context Protocol) tools and resources for AI agents.

Available Tools

misakanet_search

Search for lessons and content in the MisakaNet knowledge base.

Tool: misakanet_search
Parameters:
  - query (string): Search query
Returns: Array of matching lessons

misakanet_get_lesson

Retrieve a specific lesson by ID.

Tool: misakanet_get_lesson
Parameters:
  - lesson_id (string): The lesson identifier
Returns: Lesson content and metadata

Available Resources

misaka://lessons/index

Access the complete lesson index.

URI: misaka://lessons/index
Type: application/json
Description: Complete index of all available lessons

Usage with AI Agents

Claude Code

MisakaNet works seamlessly with Claude Code through the MCP protocol.

Cursor

Compatible with Cursor's MCP integration.

Other MCP Agents

Any agent supporting the MCP protocol can use MisakaNet tools and resources.

Configuration

No additional configuration required. Install the plugin and tools are automatically available.

Troubleshooting

If tools are not appearing:

  1. Verify plugin installation: dsh plugin list
  2. Restart your agent
  3. Check dsh version compatibility