Skip to content

Commit 9ddf386

Browse files
committed
chore: clean up implementation, lint, format
1 parent f5837d3 commit 9ddf386

File tree

6 files changed

+513
-282
lines changed

6 files changed

+513
-282
lines changed

packages/agent/src/core/mcp/client.ts

Lines changed: 0 additions & 188 deletions
This file was deleted.

packages/agent/src/core/mcp/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
* Model Context Protocol (MCP) Integration
3-
*
3+
*
44
* This module provides integration with the Model Context Protocol (MCP),
55
* allowing MyCoder to use context from MCP-compatible servers.
6-
*
6+
*
77
* Uses the official MCP SDK: https://www.npmjs.com/package/@modelcontextprotocol/sdk
88
*/
99

@@ -32,4 +32,4 @@ export interface McpServerConfig {
3232
/** Authentication token */
3333
token: string;
3434
};
35-
}
35+
}

packages/agent/src/core/mcp/types.ts

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)