Skip to content

Commit ab77d05

Browse files
authored
Update docs with jsonrpc tutorial (#772)
Signed-off-by: Mihai Criveti <[email protected]>
1 parent a30aa41 commit ab77d05

File tree

12 files changed

+1870
-25
lines changed

12 files changed

+1870
-25
lines changed

docs/docs/architecture/.pages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ nav:
22
- Overview: index.md
33
- Roadmap: roadmap.md
44
- Security Features: security-features.md
5+
- Export-Import Architecture: export-import-architecture.md
56
- Decision Records: adr

docs/docs/architecture/adr/015-well-known-uri-handler.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@ Implemented a registry for known well-known URIs with metadata:
9999
WELL_KNOWN_REGISTRY = {
100100
"robots.txt": {
101101
"content_type": "text/plain",
102-
"description": "Robot exclusion standard",
102+
"description": "Robot exclusion standard",
103103
"rfc": "RFC 9309"
104104
},
105105
"security.txt": {
106106
"content_type": "text/plain",
107107
"description": "Security contact information",
108-
"rfc": "RFC 9116"
108+
"rfc": "RFC 9116"
109109
},
110110
# ... additional standard URIs
111111
}
@@ -258,4 +258,4 @@ Potential improvements for future iterations:
258258

259259
## Status
260260

261-
This well-known URI handler implementation is **accepted and implemented** as of version 0.7.0, providing standards-compliant web service discovery while maintaining security-first defaults appropriate for private API gateway deployments.
261+
This well-known URI handler implementation is **accepted and implemented** as of version 0.7.0, providing standards-compliant web service discovery while maintaining security-first defaults appropriate for private API gateway deployments.

docs/docs/deployment/.pages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ nav:
1313
- aws.md
1414
- azure.md
1515
- fly-io.md
16+
- proxy-auth.md

docs/docs/development/.pages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
nav:
22
- index.md
33
- developer-onboarding.md
4+
- mcp-developer-guide-json-rpc.md
45
- github.md
56
- building.md
67
- documentation.md

0 commit comments

Comments
 (0)