Skip to content

Using schema as intput for MCP #140

@jdacoello

Description

@jdacoello

Considering that SDL is used in this project as a language to formalize a semantic model of a domain (and not the API itself), what is the recommended strategy for using graphql schema as input context for the Model Context Protocol?

  • Via introspection function?
  • Via full SDL file?
  • Via queries?
  • Other?

Example where context might be needed.

  • A person in a car says "I am feeling warm"
  • The model should explicitly know that affecting that perceived temperature is possible by acting on the window position, the ac tempterature, the sunroof, etc.
  • This information has to be passed to the LLM to better scope the task.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is neededquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions