first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class MCPAdapter:
|
||||
def __init__(self, config):
|
||||
self.config = config
|
||||
|
||||
def connect(self):
|
||||
pass
|
||||
|
||||
def call_tool(self, tool_name, params):
|
||||
pass
|
||||
Reference in New Issue
Block a user