Skip to content

πŸŽ›οΈ MCP Docs and Examples

Choose a tag to compare

@Shashikant86 Shashikant86 released this 29 Nov 10:05
· 8 commits to main since this release

Release 0.1.2

πŸŽ‰ Highlights

MCP Integration - Full Model Context Protocol support with commands for connecting to external tools, APIs, and data sources.

Performance Improvements - Fast mode enabled by default for faster responses. RAG disabled by default (enable with /enable-rag for better code quality).

✨ New Features

  • MCP Commands: /mcp-servers, /mcp-connect, /mcp-disconnect, /mcp-tools, /mcp-call, /mcp-resources, /mcp-read, /mcp-prompts, /mcp-prompt
  • MCP Support: stdio, SSE, and WebSocket transports
  • Welcome Screen: Now displays RAG and Fast Mode status with tips
  • Code Generation Tips: Automatic suggestions to enable RAG for better quality

πŸ“š Documentation

  • Complete MCP integration guides
  • Filesystem MCP assistant tutorial
  • GitHub triage copilot tutorial
  • Working examples and configuration templates

πŸ› Bug Fixes

  • Fixed /mcp-tools auto-connect
  • Fixed color rendering in performance display
  • Improved MCP error handling

πŸš€ Upgrade

pip install --upgrade dspy-code

Note: For better code quality, use /enable-rag and /fast-mode off (slower but more accurate).