Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by PlateerLab • Uncategorized
A structural linter ensuring Python agent tool packages work correctly as library, CLI, and MCP server.
Ensure their Python tool packages maintain strict architectural separation between core, facade, CLI, and MCP server layers.
Statically catch dependency and import errors before deployment.
Maintain consistent versioning and documentation across their tool packages.
Toolint statically analyzes Python agent tool packages to enforce strict architectural discipline, ensuring the package functions properly as a library, CLI, and MCP server simultaneously. It validates package structure, dependency usage, and interface separation to prevent common errors and maintain clean, reusable code. This helps developers catch issues early, maintain zero-dependency core modules, and keep a consistent facade API for all interfaces.