Skip to content

Commit 4bcbf86

Browse files
committed
docs: add Agents paper citation (Zenodo 10.5281/zenodo.21951641)
1 parent c96804a commit 4bcbf86

2 files changed

Lines changed: 51 additions & 0 deletions

File tree

CITATION.cff

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
cff-version: 1.2.0
2+
type: software
3+
message: "If you use mcp-project-context in your work, please cite the FAF Context paper in `preferred-citation`. The Agents paper in `references` is the companion for the agentic era."
4+
title: "mcp-project-context — host-side project identity for MCP tools"
5+
authors:
6+
- family-names: Wolfe
7+
given-names: James
8+
orcid: "https://orcid.org/0009-0007-0801-3841"
9+
affiliation: "FAF Foundation"
10+
license: MIT
11+
repository-code: "https://github.com/Wolfe-Jam/mcp-project-context"
12+
url: "https://faf.one"
13+
keywords:
14+
- mcp
15+
- .faf
16+
- .fafa
17+
- project identity
18+
preferred-citation:
19+
type: article
20+
title: "Format-Driven AI Context Architecture: The .faf Standard for Persistent Project Understanding"
21+
authors:
22+
- family-names: Wolfe
23+
given-names: James
24+
orcid: "https://orcid.org/0009-0007-0801-3841"
25+
affiliation: "FAF Foundation"
26+
year: 2025
27+
month: 11
28+
doi: 10.5281/zenodo.18251362
29+
url: "https://doi.org/10.5281/zenodo.18251362"
30+
publisher:
31+
name: "Zenodo"
32+
references:
33+
- type: article
34+
title: "Why Agents Need a Passport: .fafa — Portable Identity for the Agentic Era"
35+
authors:
36+
- family-names: Wolfe
37+
given-names: James
38+
orcid: "https://orcid.org/0009-0007-0801-3841"
39+
affiliation: "FAF Foundation"
40+
year: 2026
41+
month: 8
42+
doi: 10.5281/zenodo.21951641
43+
url: "https://doi.org/10.5281/zenodo.21951641"
44+
publisher:
45+
name: "Zenodo"

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,10 @@ The value is the mechanism. Hosts that already know the current repository can i
102102
- Predecessor (now obsolete): [mcp-current-repo](https://github.com/Wolfe-Jam/mcp-current-repo)
103103
- Successor: [faf-trinity](https://github.com/Wolfe-Jam/faf-trinity) — extends this same param-fill pattern to all three IANA FAF formats (context, memory, agent identity), not just context
104104

105+
## Citation
106+
107+
> Wolfe, J. (2025). *Format-Driven AI Context Architecture: The .faf Standard for Persistent Project Understanding*. Zenodo. https://doi.org/10.5281/zenodo.18251362
108+
109+
> Wolfe, J. (2026). *Why Agents Need a Passport: .fafa — Portable Identity for the Agentic Era*. Zenodo. https://doi.org/10.5281/zenodo.21951641
110+
105111
MIT

0 commit comments

Comments
 (0)