Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Custom tools

Expose application functions to the agent as in-process MCP tools. This sample implements a release-readiness assistant with two tools:

  • get_build_status
  • get_open_incidents

Complete the repository setup, then:

npm install
npm start

The checked-in data.json simulates application-owned release data. Replace loadData() with calls to your CI and incident-management clients in a real application. Both tools are read-only and explicitly pre-approved for the session.