Add Afore as reference publisher example (travel/editorial)#15
Add Afore as reference publisher example (travel/editorial)#15mikeslone wants to merge 5 commits into
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
| { | ||
| "identifier": "urn:air:afo.re:server:travel-mcp", | ||
| "displayName": "Afore Travel House MCP Server", | ||
| "type": "application/mcp-server+json", |
There was a problem hiding this comment.
-> mcp-server-card+json
| { | ||
| "identifier": "urn:air:afo.re:api:public-rest", | ||
| "displayName": "Afore Public REST API", | ||
| "type": "application/openapi+yaml", |
There was a problem hiding this comment.
This type is not yet in the official spec, It may fail the conformance test.
Is this the registry API endpint? You can use application/ai-registry instead.
| { | ||
| "identifier": "urn:air:afo.re:dataset:global-places", | ||
| "displayName": "Afore Global Places Catalog", | ||
| "type": "application/json", |
There was a problem hiding this comment.
type : application/json --> application/ai-catalog+jspn
| { | ||
| "identifier": "urn:air:afo.re:feed:journal-rss", | ||
| "displayName": "Le Journal RSS Feed", | ||
| "type": "application/rss+xml", |
There was a problem hiding this comment.
This rss+xml type is not supported.
| { | ||
| "identifier": "urn:air:afo.re:sitemap:image-index", | ||
| "displayName": "Afore Image Sitemap", | ||
| "type": "application/xml", |
There was a problem hiding this comment.
This type is also not supported.
| { | ||
| "identifier": "urn:air:afo.re:policy:llms-txt", | ||
| "displayName": "Afore llms.txt \u2014 AI policy & resource index", | ||
| "type": "text/plain", |
There was a problem hiding this comment.
This type is not supported.
|
Thanks for the careful pass, @mindpower — all of these are fixed in the live afo.re catalog:
Live catalog now uses only spec-supported media types and verifies clean: Refreshing this PR's snapshot to match. I also applied the same cleanup across the rest of the family (snowdata.ai, lux.ski, skilimone, storylayer) so they're all supported-types-only now — thanks for catching the pattern. |
Summary
Adds Afore — A Travel House (afo.re) as a reference publisher in the travel/editorial vertical, complementing existing publisher listings in issues #11–#14.
Changes
conformance/examples/publishers/afore-travel-house.md— integration stack, discovery URLs, sample queriesconformance/examples/publishers/afore-ai-catalog.snapshot.json— point-in-time catalog export (live catalog is authoritative athttps://afo.re/.well-known/ai-catalog.json)conformance/README.mdAfore catalog highlights
updatedAt, ETag/Last-Modified, CORStrustManifestwithdid:web:afo.reand policy attestationsconformance-test manifest(PASS)Happy to adjust format/naming to match maintainer preferences.
Made with Cursor