Skip to content

Commit 5c1dcc4

Browse files
Update extension list
1 parent 773a59f commit 5c1dcc4

File tree

1 file changed

+34
-6
lines changed

1 file changed

+34
-6
lines changed

extensions.json

Lines changed: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"description": "Provides a way to interact with and query content using an LLM chat interface.",
3434
"homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/chat-with-content",
3535
"latestVersion": {
36-
"version": "0.0.2",
37-
"released": "2025-11-10T14:29:10Z",
38-
"url": "https://github.com/posit-dev/connect-extensions/releases/download/chat-with-content%40v0.0.2/chat-with-content.tar.gz",
36+
"version": "0.0.3",
37+
"released": "2025-12-10T22:00:30Z",
38+
"url": "https://github.com/posit-dev/connect-extensions/releases/download/chat-with-content%40v0.0.3/chat-with-content.tar.gz",
3939
"minimumConnectVersion": "2025.04.0",
4040
"requiredFeatures": [
4141
"OAuth Integrations"
@@ -47,6 +47,20 @@
4747
}
4848
},
4949
"versions": [
50+
{
51+
"version": "0.0.3",
52+
"released": "2025-12-10T22:00:30Z",
53+
"url": "https://github.com/posit-dev/connect-extensions/releases/download/chat-with-content%40v0.0.3/chat-with-content.tar.gz",
54+
"minimumConnectVersion": "2025.04.0",
55+
"requiredFeatures": [
56+
"OAuth Integrations"
57+
],
58+
"requiredEnvironment": {
59+
"python": {
60+
"requires": ">=3.10.0"
61+
}
62+
}
63+
},
5064
{
5165
"version": "0.0.2",
5266
"released": "2025-11-10T14:29:10Z",
@@ -931,9 +945,9 @@
931945
"description": "A simple Shiny chat application that demonstrates how to use the MCP client to facilitate remote tool calls. This is meant to be used with the Simple MCP Server extension.",
932946
"homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/simple-shiny-chat-with-mcp",
933947
"latestVersion": {
934-
"version": "0.0.3",
935-
"released": "2025-11-10T14:29:16Z",
936-
"url": "https://github.com/posit-dev/connect-extensions/releases/download/simple-shiny-chat-with-mcp%40v0.0.3/simple-shiny-chat-with-mcp.tar.gz",
948+
"version": "0.0.4",
949+
"released": "2025-12-10T22:00:30Z",
950+
"url": "https://github.com/posit-dev/connect-extensions/releases/download/simple-shiny-chat-with-mcp%40v0.0.4/simple-shiny-chat-with-mcp.tar.gz",
937951
"minimumConnectVersion": "2025.04.0",
938952
"requiredFeatures": [
939953
"OAuth Integrations"
@@ -945,6 +959,20 @@
945959
}
946960
},
947961
"versions": [
962+
{
963+
"version": "0.0.4",
964+
"released": "2025-12-10T22:00:30Z",
965+
"url": "https://github.com/posit-dev/connect-extensions/releases/download/simple-shiny-chat-with-mcp%40v0.0.4/simple-shiny-chat-with-mcp.tar.gz",
966+
"minimumConnectVersion": "2025.04.0",
967+
"requiredFeatures": [
968+
"OAuth Integrations"
969+
],
970+
"requiredEnvironment": {
971+
"python": {
972+
"requires": ">=3.10"
973+
}
974+
}
975+
},
948976
{
949977
"version": "0.0.3",
950978
"released": "2025-11-10T14:29:16Z",

0 commit comments

Comments
 (0)