Group: Callibrity Mocapi
Sort by:Popular

1.Mocapi Server14 usages

com.callibrity.mocapi » mocapi-server Apache

Transport-agnostic MCP server runtime: protocol interfaces, session handling, and implementation.
Last Release on May 8, 2026

2.Mocapi API4 usages

com.callibrity.mocapi » mocapi-api Apache

User-facing annotations, interfaces, and SPIs for MCP tool/prompt/resource authors.
Last Release on May 8, 2026

3.Mocapi Autoconfigure4 usages

com.callibrity.mocapi » mocapi-autoconfigure Apache

Spring Boot auto-configuration for mocapi. One module with many @ConditionalOnClass-gated autoconfigs — server, transports, OAuth2, logging, observability, Jakarta Validation, and the /actuator/mcp endpoint.
Last Release on May 8, 2026
Auto-configuration module bundling shared example tools and ephemeral session master key generation for mocapi example applications
Last Release on Apr 18, 2026
A Spring Boot Starter for Mocapi
Last Release on Apr 18, 2026
Spring Boot starter bundling mocapi-autoconfigure with the Streamable HTTP transport. Users who want MCP over Streamable HTTP add only this starter; the matching autoconfig in mocapi-autoconfigure activates on classpath presence of the transport ...
Last Release on May 8, 2026

7.Mocapi Core5 usages

com.callibrity.mocapi » mocapi-core Apache

Mocapi Core Library
Last Release on Jul 10, 2025
Streamable HTTP transport for MCP: controller, transports, and encrypted SSE event IDs.
Last Release on May 8, 2026

9.Mocapi Prompts3 usages

com.callibrity.mocapi » mocapi-prompts Apache

Mocapi MCP Prompts Support
Last Release on Jul 10, 2025

10.Mocapi Tools3 usages

com.callibrity.mocapi » mocapi-tools Apache

Mocapi MCP Tools Support
Last Release on Jul 10, 2025

11.Mocapi Model2 usages

com.callibrity.mocapi » mocapi-model Apache

MCP protocol data types translated from schema.ts
Last Release on May 8, 2026

12.Mocapi Observability2 usages

com.callibrity.mocapi » mocapi-o11y Apache

Single-interceptor observability for MCP handler invocations via the Micrometer Observation API. Wraps every tool / prompt / resource / resource-template call in an Observation so the same code produces both metrics (via MeterObservationHandler) and ...
Last Release on May 8, 2026

13.Mocapi OAuth22 usages

com.callibrity.mocapi » mocapi-oauth2 Apache

OAuth2 resource-server wiring for mocapi: RFC 9728 protected-resource metadata, bearer-token challenges with resource_metadata, and scoped security chain for the MCP endpoint.
Last Release on May 8, 2026

14.Mocapi Stdio Transport2 usages

com.callibrity.mocapi » mocapi-stdio-transport Apache

Stdio transport for MCP: newline-delimited JSON over stdin/stdout.
Last Release on May 8, 2026

15.Mocapi Actuator1 usages

com.callibrity.mocapi » mocapi-actuator Apache

Spring Boot Actuator endpoint (/actuator/mcp) exposing a read-only inventory of the MCP tools, prompts, resources, and resource templates registered on this node. Publishes handler names and schema digests (not full schemas) so ops teams can answer ...
Last Release on May 8, 2026

16.Mocapi Audit1 usages

com.callibrity.mocapi » mocapi-audit Apache

Structured audit logging for every MCP handler invocation. Attaches a per-handler MethodInterceptor that emits one INFO event on the mocapi.audit logger per call, with caller, session id, handler kind/name, outcome, duration, and (opt-in) a SHA-256 ...
Last Release on May 8, 2026
Jakarta Bean Validation for mocapi handlers. Bundles Hibernate-backed Validator (spring-boot-starter-validation), methodical's JakartaMethodValidatorFactory, and ripcurl's ConstraintViolationException-to-JSON-RPC translator.
Last Release on May 8, 2026

18.Mocapi Logging1 usages

com.callibrity.mocapi » mocapi-logging Apache

SLF4J MDC correlation interceptor for MCP handler invocations. Contributes a single MethodInterceptor that stamps mcp.session, mcp.handler.kind, and mcp.handler.name onto the MDC for the duration of each handler call so every log line — including ...
Last Release on May 8, 2026
Annotation-driven Guard implementations backed by Spring Security. Reads @RequiresScope / @RequiresRole off user handler methods at startup and attaches corresponding Guards via the per-handler customizer SPI.
Last Release on May 8, 2026
Spring Boot starter bundling mocapi-autoconfigure with the stdio transport. Users who want MCP over newline-delimited JSON on stdin/stdout add only this starter; the matching autoconfig in mocapi-autoconfigure activates on classpath presence of the ...
Last Release on May 8, 2026