Package org.eclipse.mcp


package org.eclipse.mcp
  • Class
    Description
     
    Tools and Resource Managers declared in extension point org.eclipse.mcp.modelContextProtocolServer can have 1 or more propertyPage elements declared.
    An MCP resource represents content an LLM agent or user can opt to add to their context window.
    Can be used by a IMCPResourceController to dynamically add or remove resources to the MCP server
    An MCP tool is an exported function that and LLM-powered Agent can invoke MCP Tools are declared in extension point org.eclipse.mcp.modelContextProtocolServer The class attribute of a tool must be an instance of org.eclipse.mcp.IMCPTool
    TODO