mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-21 16:14:45 +00:00
feat: initialize tfcode project structure
- Add README.md as living documentation - Add tfcode.json schema and config template - Add FORK_MANAGEMENT.md with mirror-based fork strategy - Add scripts/rebrand.sh for reapplying branding after upstream merges - Add packages/tf-sync Python module using official ToothFairyAI SDK - Add packages/tf-mcp-bridge TypeScript module (stub) - Multi-region support (AU, EU, US) - Tool sync: MCP servers, Agent Skills, Database Scripts, API Functions
This commit is contained in:
10
packages/tf-mcp-bridge/src/index.ts
Normal file
10
packages/tf-mcp-bridge/src/index.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* tf-mcp-bridge: MCP proxy bridge for tfcode
|
||||
*
|
||||
* Handles communication with ToothFairyAI MCP proxy for secure tool calls.
|
||||
* Credentials stay in TF - this module routes calls through the proxy.
|
||||
*/
|
||||
|
||||
export * from './proxy';
|
||||
export * from './router';
|
||||
export * from './types';
|
||||
Reference in New Issue
Block a user