Document generated command surface
This commit is contained in:
parent
cd3c761988
commit
f0dea0cedc
4 changed files with 17 additions and 0 deletions
|
|
@ -113,6 +113,9 @@ class CommandReferenceTests(unittest.IsolatedAsyncioTestCase):
|
|||
)
|
||||
self.assertEqual(1, complete.count("## CLI commands"))
|
||||
self.assertEqual(1, complete.count("## MCP tools"))
|
||||
self.assertTrue(complete.startswith("# DocForge command reference\n"))
|
||||
self.assertIn("Do not edit this file by hand.", complete)
|
||||
self.assertIn("fixed reference-adapter server exposes only its read rows", complete)
|
||||
|
||||
def test_mcp_reference_fails_closed_on_registration_drift(self) -> None:
|
||||
known = Tool(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue