continue.dev で使用するモデル コンテキスト プロトコル (MCP) Python サーバー
カスタマイズ可能なプロンプト テンプレート、リソース、およびツールを公開する MCP サーバー。サーバー アプリケーションとして実行するために FastMCP を使用します。
依存関係、ビルド、実行は uv ツールによって管理されます。
提供される機能
プロンプト
prompts
フォルダ内のマークダウンファイルから作成されたプロンプト。テンプレート化や{{variable}}形式の変数名で追加コンテンツを追加できます。プロンプトの初期リスト:
別のLLMによって作成されたコードのレビュー
コードの読みやすさをチェックし、クリーンコードルールに従って確認する
会話型LLMを活用してアイデアを絞り込む
ブレインストーミングの最後にラップして、
spec.md
ファイルとして保存します。テスト駆動開発、仕様からテストを作成する
仕様から建築プロジェクトの詳細な段階的な設計図を作成します
リソース
注意: continue はテンプレートを理解しないので、リソース名にはすべての情報を含める必要があります。 リソース名はプロンプトにそのまま残し、llm を混乱させないようにします。
URLの内容をマークダウンとして抽出する
ライブラリに関する完全なドキュメント(llms-full.txt が望ましい)
CodeWeawer
またはRepomix
によって作成された完全なプロジェクト構造とコンテンツ
ツール
ウェブ検索、
serper
またはperplexity.io
による要約付きウェブ検索結果見逃したテストを見つける
ユニットテストを実行してエラーを収集する
Tools
モデル コンテキスト プロトコルを実装した Python サーバー。continue.dev 環境での LLM 対話を強化するカスタマイズ可能なプロンプト テンプレート、リソース、およびツールを提供します。
Related MCP Servers
- AsecurityFlicenseAqualityA Model Context Protocol server that allows LLMs to interact with Python environments, execute code, and manage files within a specified working directory.Last updated -968
- -securityAlicense-qualityA Python implementation of the Model Context Protocol that allows applications to provide standardized context for LLMs, enabling creation of servers that expose data and functionality to LLM applications through resources, tools, and prompts.Last updated -MIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that provides specialized prompt suggestions for backend development, frontend development, and general tasks to help LLMs generate better content.Last updated -601
- AsecurityAlicenseAqualityA Model Context Protocol server for managing prompt templates as markdown files with YAML frontmatter, allowing users and LLMs to easily add, retrieve, and manage prompts.Last updated -519MIT License