Skip to content

Commit 0d4a985

Browse files
committed
minor update
1 parent f971b9b commit 0d4a985

File tree

13 files changed

+23
-27
lines changed

13 files changed

+23
-27
lines changed

.local.env

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
<<<<<<< Updated upstream
2-
SENTRIUS_VERSION=1.1.97
3-
=======
4-
SENTRIUS_VERSION=1.1.96
5-
>>>>>>> Stashed changes
6-
SENTRIUS_SSH_VERSION=1.1.18
7-
SENTRIUS_KEYCLOAK_VERSION=1.1.25
8-
SENTRIUS_AGENT_VERSION=1.1.18
9-
SENTRIUS_AI_AGENT_VERSION=1.1.33
10-
LLMPROXY_VERSION=1.0.19
11-
LAUNCHER_VERSION=1.0.29
1+
SENTRIUS_VERSION=1.1.98
2+
SENTRIUS_SSH_VERSION=1.1.19
3+
SENTRIUS_KEYCLOAK_VERSION=1.1.26
4+
SENTRIUS_AGENT_VERSION=1.1.19
5+
SENTRIUS_AI_AGENT_VERSION=1.1.34
6+
LLMPROXY_VERSION=1.0.22
7+
LAUNCHER_VERSION=1.0.30

.local.env.bak

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
SENTRIUS_VERSION=1.1.96
2-
SENTRIUS_SSH_VERSION=1.1.18
3-
SENTRIUS_KEYCLOAK_VERSION=1.1.25
4-
SENTRIUS_AGENT_VERSION=1.1.18
5-
SENTRIUS_AI_AGENT_VERSION=1.1.33
6-
LLMPROXY_VERSION=1.0.18
7-
LAUNCHER_VERSION=1.0.29
1+
SENTRIUS_VERSION=1.1.98
2+
SENTRIUS_SSH_VERSION=1.1.19
3+
SENTRIUS_KEYCLOAK_VERSION=1.1.26
4+
SENTRIUS_AGENT_VERSION=1.1.19
5+
SENTRIUS_AI_AGENT_VERSION=1.1.34
6+
LLMPROXY_VERSION=1.0.21
7+
LAUNCHER_VERSION=1.0.30

llm-proxy/src/main/java/io/sentrius/sso/controllers/api/mcp/MCPProxyController.java renamed to integration-proxy/src/main/java/io/sentrius/sso/controllers/api/mcp/MCPProxyController.java

File renamed without changes.

llm-proxy/src/main/java/io/sentrius/sso/mcp/config/MCPProxyConfig.java renamed to integration-proxy/src/main/java/io/sentrius/sso/mcp/config/MCPProxyConfig.java

File renamed without changes.

llm-proxy/src/main/java/io/sentrius/sso/mcp/config/MCPWebSocketConfig.java renamed to integration-proxy/src/main/java/io/sentrius/sso/mcp/config/MCPWebSocketConfig.java

File renamed without changes.

llm-proxy/src/main/java/io/sentrius/sso/mcp/model/MCPError.java renamed to integration-proxy/src/main/java/io/sentrius/sso/mcp/model/MCPError.java

File renamed without changes.

llm-proxy/src/main/java/io/sentrius/sso/mcp/model/MCPRequest.java renamed to integration-proxy/src/main/java/io/sentrius/sso/mcp/model/MCPRequest.java

File renamed without changes.

llm-proxy/src/main/java/io/sentrius/sso/mcp/model/MCPResponse.java renamed to integration-proxy/src/main/java/io/sentrius/sso/mcp/model/MCPResponse.java

File renamed without changes.

llm-proxy/src/main/java/io/sentrius/sso/mcp/service/MCPProxyService.java renamed to integration-proxy/src/main/java/io/sentrius/sso/mcp/service/MCPProxyService.java

File renamed without changes.

llm-proxy/src/main/java/io/sentrius/sso/mcp/websocket/MCPWebSocketHandler.java renamed to integration-proxy/src/main/java/io/sentrius/sso/mcp/websocket/MCPWebSocketHandler.java

File renamed without changes.

0 commit comments

Comments
 (0)