Skip to Content
🚀 Gentoro OneMCP is open source!

Java Packages

Quick pointers to the main runtime pieces in the product module.

  • com.gentorox.controllers — MCP server wiring and tools

    • McpServerConfig registers the MCP HTTP stream endpoint at /mcp
    • GentoroMcpTool exposes the primary tool (gentoro.run)
  • com.gentorox.orchestrator — request planning and execution coordination

    • Orchestrator is the central coordinator for planning, generation, and execution
  • com.gentorox.services.kb — knowledge base and retrieval

    • IndexerService, InMemoryKnowledgeBase, MarkdownChunker
    • Indexes Agent.md, Markdown docs, and OpenAPI specs
  • com.gentorox.services.telemetry — OpenTelemetry integration

    • TelemetryConfig, TelemetryConstants configure tracing/metrics/logging
  • com.gentorox.tools — built-in tools and registry

    • NativeToolsRegistry, NativeTool, RetrieveContextTool, RunTsCodeTool
Last updated on