-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature Description
Create a package inside the pkg directory, called mcp_server. This will have zero dependencies on stackql itself and it will contain:
- An interface abstraction for the backend that will run queries arising from client requests to a backend, in the first instance this backend will be
stackql, but we will do the implementation later in core code. This interface should be equally amenable to passing queries in memory or over TCP or other sockets. - Some config structure with json and yaml attribute definnitions to configure
mcp_sefver. - An MCP server, probably using the golang mcp sdk. This should depend on the interface described in (1) and the config described in (2) and expose all conventional MCP transports, configurably.
The goal is for LLMS to consume stackql as a first class information source.
Example(s)
- I don't really want to go into examples at this stage. At the risk of being repetitive, the goal is for LLMs to consume
stackqlas a first class information source.
Possible Approaches or Libraries to Consider
Additional context
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request