This is an automated email from the ASF dual-hosted git repository.

sxnan pushed a commit to branch release-0.1
in repository https://gitbox.apache.org/repos/asf/flink-agents.git


The following commit(s) were added to refs/heads/release-0.1 by this push:
     new d48b71a  [hotfix] Add missing mcp_server in Java ResourceType API 
(#312)
d48b71a is described below

commit d48b71a2f31f89c9187b4ec3837671be32064233
Author: Alan Z. <[email protected]>
AuthorDate: Wed Nov 19 17:41:02 2025 -0800

    [hotfix] Add missing mcp_server in Java ResourceType API (#312)
---
 .../main/java/org/apache/flink/agents/api/resource/ResourceType.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/api/src/main/java/org/apache/flink/agents/api/resource/ResourceType.java 
b/api/src/main/java/org/apache/flink/agents/api/resource/ResourceType.java
index 333e12f..f277052 100644
--- a/api/src/main/java/org/apache/flink/agents/api/resource/ResourceType.java
+++ b/api/src/main/java/org/apache/flink/agents/api/resource/ResourceType.java
@@ -30,7 +30,8 @@ public enum ResourceType {
     EMBEDDING_MODEL_CONNECTION("embedding_model_connection"),
     VECTOR_STORE("vector_store"),
     PROMPT("prompt"),
-    TOOL("tool");
+    TOOL("tool"),
+    MCP_SERVER("mcp_server");
 
     private final String value;
 

Reply via email to