mcp-frontend-starter

説明なし

GitHubスター

30

ユーザー評価

未評価

お気に入り

0

閲覧数

20

フォーク

7

イシュー

2

インストール方法
難易度
中級
推定所要時間
10-20

インストール方法

Prerequisite: VS Code Insiders (version 1.99 or later) with GitHub Copilot pre-release installed. (👋 Welcome to our early adopter audience!) Already set up, but feel to edit and add:
1Servers in .vscode/mcp.json are shared as configurations with all repo collaborators:
- "servers": {} follows Claude's structure for claude_desktop_config.json - "inputs": [] lets you define custom placeholders for configurations, avoiding hardcoded secrets ```jsonc // Example .vscode/mcp.json { // 💡 Inputs will be prompted on first server start, // then stored securely by VS Code. "inputs": [ { "type": "promptString", "id": "perplexity-key", "password": true, // Encrypted at-rest "description": "Perplexity API Key" } ], // "servers": {

追加リソース