Skip to main content
Glama
index.ts565 B
/** * Project Tools - FreshBooks project management * * Exports all project-related MCP tools for organizing work and billing. */ // Export schemas // Export tool definitions export { projectListTool, handleProjectList } from "./project-list.js"; export { projectSingleTool, handleProjectSingle } from "./project-single.js"; export { projectCreateTool, handleProjectCreate } from "./project-create.js"; export { projectUpdateTool, handleProjectUpdate } from "./project-update.js"; export { projectDeleteTool, handleProjectDelete } from "./project-delete.js";

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Good-Samaritan-Software-LLC/freshbooks-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server