mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-16 02:40:39 +09:00
Add standalone Paperclip MCP server package
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
08fea10ce1
commit
8cdba3ce18
12 changed files with 902 additions and 0 deletions
7
packages/mcp-server/src/stdio.ts
Normal file
7
packages/mcp-server/src/stdio.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env node
|
||||
import { runServer } from "./index.js";
|
||||
|
||||
void runServer().catch((error) => {
|
||||
console.error("Failed to start Paperclip MCP server:", error);
|
||||
process.exit(1);
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue