Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] [jai-workflow-langchain4j] Define a remote module as MCP Server #18

Open
czelabueno opened this issue Jan 15, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request Q1-25 Expected for Q1 2025

Comments

@czelabueno
Copy link
Owner

Feature Title

Allow to remote modules be defined as MCP server

Description

Remote modules require an AI native protocol to communicate with LLMs or other AI-powered tool. Model Context Protocol (MCP) introduced by Anthropic allow to implement a peer-to-peer connection between these components defining MCP Servers and MCP Clients. It would enable to jAI node/module client to better retrieve information from remote modules.

A jai workflow entrypoint can be token by a LLM and it will act as a MCP client.

Motivation

Facilitate the creation of MCP servers from JAI workflow modules to connect business data directly to LLMs to deliver better context for understanding.

Alternatives

No response

Additional Context

This feature is experimental as MCP is a new technology that is currently being adapted.

@czelabueno czelabueno added enhancement New feature or request Q1-25 Expected for Q1 2025 labels Jan 15, 2025
@czelabueno czelabueno self-assigned this Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Q1-25 Expected for Q1 2025
Projects
None yet
Development

No branches or pull requests

1 participant