forked from farhoodlabs/paperclip
Add standalone Paperclip MCP server package
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -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);
|
||||
});
|
||||
Reference in New Issue
Block a user