Skip to content

Commit 390867a

Browse files
Update extension list
1 parent 44a9367 commit 390867a

File tree

1 file changed

+86
-1
lines changed

1 file changed

+86
-1
lines changed

extensions.json

Lines changed: 86 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,91 @@
639639
"tags": [],
640640
"category": "example"
641641
},
642+
{
643+
"name": "simple-mcp-server",
644+
"title": "Simple MCP Server",
645+
"description": "A simple example of a Connect extension that serves tools via the MCP protocol.",
646+
"homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/simple-mcp-server",
647+
"latestVersion": {
648+
"version": "0.0.1",
649+
"released": "2025-07-08T15:10:16Z",
650+
"url": "https://github.com/posit-dev/connect-extensions/releases/download/simple-mcp-server%40v0.0.1/simple-mcp-server.tar.gz",
651+
"minimumConnectVersion": "2025.04.0",
652+
"requiredFeatures": [
653+
"API Publishing"
654+
],
655+
"requiredEnvironment": {
656+
"python": {
657+
"requires": ">=3.10"
658+
}
659+
}
660+
},
661+
"versions": [
662+
{
663+
"version": "0.0.1",
664+
"released": "2025-07-08T15:10:16Z",
665+
"url": "https://github.com/posit-dev/connect-extensions/releases/download/simple-mcp-server%40v0.0.1/simple-mcp-server.tar.gz",
666+
"minimumConnectVersion": "2025.04.0",
667+
"requiredFeatures": [
668+
"API Publishing"
669+
],
670+
"requiredEnvironment": {
671+
"python": {
672+
"requires": ">=3.10"
673+
}
674+
}
675+
}
676+
],
677+
"tags": [
678+
"python",
679+
"fastapi",
680+
"mcp"
681+
],
682+
"category": "example"
683+
},
684+
{
685+
"name": "simple-shiny-chat-with-mcp",
686+
"title": "Simple Shiny Chat with MCP Support",
687+
"description": "A simple Shiny chat application that demonstrates how to use the MCP client to facilitate remote tool calls.",
688+
"homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/simple-shiny-chat-with-mcp",
689+
"latestVersion": {
690+
"version": "0.0.1",
691+
"released": "2025-07-08T15:10:13Z",
692+
"url": "https://github.com/posit-dev/connect-extensions/releases/download/simple-shiny-chat-with-mcp%40v0.0.1/simple-shiny-chat-with-mcp.tar.gz",
693+
"minimumConnectVersion": "2025.04.0",
694+
"requiredFeatures": [
695+
"OAuth Integrations"
696+
],
697+
"requiredEnvironment": {
698+
"python": {
699+
"requires": ">=3.10"
700+
}
701+
}
702+
},
703+
"versions": [
704+
{
705+
"version": "0.0.1",
706+
"released": "2025-07-08T15:10:13Z",
707+
"url": "https://github.com/posit-dev/connect-extensions/releases/download/simple-shiny-chat-with-mcp%40v0.0.1/simple-shiny-chat-with-mcp.tar.gz",
708+
"minimumConnectVersion": "2025.04.0",
709+
"requiredFeatures": [
710+
"OAuth Integrations"
711+
],
712+
"requiredEnvironment": {
713+
"python": {
714+
"requires": ">=3.10"
715+
}
716+
}
717+
}
718+
],
719+
"tags": [
720+
"python",
721+
"shiny",
722+
"mcp",
723+
"llm"
724+
],
725+
"category": "example"
726+
},
642727
{
643728
"name": "stock-api-fastapi",
644729
"title": "FastAPI Stock Pricing Service",
@@ -1100,4 +1185,4 @@
11001185
"category": "example"
11011186
}
11021187
]
1103-
}
1188+
}

0 commit comments

Comments
 (0)