File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,23 @@ Add the following to your `mcp.json`:
4040
4141<Tab >
4242
43+ Add Langfuse Docs MCP to Copilot in VSCode via the one-click install:
44+
45+ <div className = " flex gap-2 mt-3 mb-6" >
46+ <Button asChild >
47+ <Link
48+ href = " vscode:mcp/install?%7B%22name%22%3A%22langfuse-docs%22%2C%22url%22%3A%22https%3A%2F%2Flangfuse.com%2Fapi%2Fmcp%22%7D"
49+ target = " _blank"
50+ rel = " noopener noreferrer"
51+ >
52+ Install MCP Server in VS Code
53+ </Link >
54+ </Button >
55+ </div >
56+
57+ <details >
58+ <summary >Manual configuration</summary >
59+
4360Add Langfuse Docs MCP to Copilot in VSCode via the following steps:
4461
45621 . Open Command Palette (⌘+Shift+P)
@@ -49,6 +66,8 @@ Add Langfuse Docs MCP to Copilot in VSCode via the following steps:
49665 . Select name (e.g. ` langfuse-docs ` ) and whether to save in user or workspace settings
50676 . You're all set! The MCP server is now available in Agent mode
5168
69+ </details >
70+
5271</Tab >
5372
5473<Tab >
You can’t perform that action at this time.
0 commit comments