MisakaNet integrates with dsh as a plugin, providing MCP (Model Context Protocol) tools and resources for AI agents.
Search for lessons and content in the MisakaNet knowledge base.
Tool: misakanet_search
Parameters:
- query (string): Search query
Returns: Array of matching lessons
Retrieve a specific lesson by ID.
Tool: misakanet_get_lesson
Parameters:
- lesson_id (string): The lesson identifier
Returns: Lesson content and metadata
Access the complete lesson index.
URI: misaka://lessons/index
Type: application/json
Description: Complete index of all available lessons
MisakaNet works seamlessly with Claude Code through the MCP protocol.
Compatible with Cursor's MCP integration.
Any agent supporting the MCP protocol can use MisakaNet tools and resources.
No additional configuration required. Install the plugin and tools are automatically available.
If tools are not appearing:
- Verify plugin installation:
dsh plugin list - Restart your agent
- Check dsh version compatibility