systemprompt-mcp-reddit
Version:
A specialized Model Context Protocol (MCP) server that enables you to search, read, and interact with Reddit content, leveraging an AI Agent to help with each operation.
13 lines • 376 B
JavaScript
import { register } from "tsconfig-paths";
import { fileURLToPath } from "url";
import { dirname, resolve } from "path";
const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);
// Register path aliases
register({
baseUrl: resolve(__dirname, ".."),
paths: {
"@/*": ["./build/*"],
},
});
//# sourceMappingURL=register.js.map