|
33 | 33 | "description": "Provides a way to interact with and query content using an LLM chat interface.", |
34 | 34 | "homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/chat-with-content", |
35 | 35 | "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", |
39 | 39 | "minimumConnectVersion": "2025.04.0", |
40 | 40 | "requiredFeatures": [ |
41 | 41 | "OAuth Integrations" |
|
47 | 47 | } |
48 | 48 | }, |
49 | 49 | "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 | + }, |
50 | 64 | { |
51 | 65 | "version": "0.0.2", |
52 | 66 | "released": "2025-11-10T14:29:10Z", |
|
931 | 945 | "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.", |
932 | 946 | "homepage": "https://github.com/posit-dev/connect-extensions/tree/main/extensions/simple-shiny-chat-with-mcp", |
933 | 947 | "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", |
937 | 951 | "minimumConnectVersion": "2025.04.0", |
938 | 952 | "requiredFeatures": [ |
939 | 953 | "OAuth Integrations" |
|
945 | 959 | } |
946 | 960 | }, |
947 | 961 | "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 | + }, |
948 | 976 | { |
949 | 977 | "version": "0.0.3", |
950 | 978 | "released": "2025-11-10T14:29:16Z", |
|
0 commit comments