Skip to content

Commit c07cb23

Browse files
committed
core: add citation
1 parent 53fab11 commit c07cb23

1 file changed

Lines changed: 46 additions & 0 deletions

File tree

CITATION.cff

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
cff-version: "1.2.0"
2+
message: "If you use this software, please cite it as below."
3+
type: software
4+
5+
title: "MCPStack"
6+
abstract: "Stack & Orchestrate MCP Tools — The Scikit-Learn-Pipeline Way , For LLMs"
7+
version: "0.0.1"
8+
date-released: "2025-08-20"
9+
license: "MIT"
10+
repository-code: "https://github.com/MCP-Pipeline/MCPStack"
11+
url: "https://github.com/MCP-Pipeline"
12+
13+
keywords:
14+
- "MCP"
15+
- "LLM"
16+
- "Machine Learning"
17+
- "Pipeline"
18+
- "Scikit-Learn"
19+
- "Orchestration"
20+
21+
authors:
22+
- given-names: "Simon"
23+
family-names: "Provost"
24+
affiliation: "University of Kent"
25+
email: "simon.gilbert.provost@gmail.com"
26+
orcid: "https://orcid.org/0000-0001-8402-5464"
27+
28+
contact:
29+
- given-names: "Simon"
30+
family-names: "Provost"
31+
email: "simon.gilbert.provost@gmail.com"
32+
33+
preferred-citation:
34+
type: software
35+
title: "MCPStack: Stack & Orchestrate MCP Tools — The Scikit-Learn-Pipeline Way, For LLMs"
36+
version: "0.0.1"
37+
url: "https://github.com/MCP-Pipeline/MCPStack"
38+
authors:
39+
- family-names: "Provost"
40+
given-names: "Simon"
41+
orcid: "https://orcid.org/0000-0001-8402-5464"
42+
43+
notes: >
44+
We thank the M3’s MCP initial work from @rafiattrach, @rajna-fani, @MoreiraP12 for inspiration and which made our
45+
contributions to the MCPStack project. Innovations on top of M3 in this project include the use of
46+
Scikit-Learn-style pipelines for MCP tools rather than transformers / estimators.

0 commit comments

Comments
 (0)