xintongsong commented on code in PR #168:
URL: https://github.com/apache/flink-agents/pull/168#discussion_r2354003361


##########
python/flink_agents/api/resource.py:
##########
@@ -35,7 +35,7 @@ class ResourceType(Enum):
     EMBEDDING_MODEL_CONNECTION = "embedding_model_connection"
     PROMPT = "prompt"
     # VECTOR_STORE = "vector_store"
-    # MCP_SERVER = "mcp_server"
+    MCP_SERVER = "mcp_server"

Review Comment:
   Not necessarily. Because we do not support mcp server integration in java 
yet, and we also don't have cross-language resource usage. So at this moment, 
users won't have change to use mcp server in java anyway.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to