MCPcopy Create free account
hub / github.com/bionic-gpt/bionic-gpt / BionicOpenAPI

Class BionicOpenAPI

crates/integrations/bionic_openapi.rs:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31/// for extracting tool definitions and handling OpenAPI operations
32#[derive(Clone, PartialEq, Debug)]
33pub struct BionicOpenAPI {
34 spec: oas3::OpenApiV3Spec,
35}
36
37impl BionicOpenAPI {
38 /// Create a new BionicOpenAPI instance from an OpenAPI v3 specification JSON string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected