-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathNOTICE
More file actions
29 lines (22 loc) · 1.04 KB
/
NOTICE
File metadata and controls
29 lines (22 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
================================================================================
fastmcpp - High-Performance C++ Port of fastmcp
================================================================================
Copyright 2025 Elias Bachaalany
This software is a C++ port of the fastmcp library, originally written in Python.
Original Work:
fastmcp - Fast MCP (Model Context Protocol) implementation
Copyright: Jeremiah Lowin and fastmcp contributors
Repository: https://github.com/jlowin/fastmcp
License: Apache License 2.0
C++ Port:
Author: Elias Bachaalany
Repository: https://github.com/0xeb/fastmcpp
Attribution Requirement:
When using fastmcpp, please include the following attribution:
"Uses fastmcpp (https://github.com/0xeb/fastmcpp) by Elias Bachaalany"
This C++ port is a complete reimplementation providing:
- Native C++ performance
- Header-only libraries where possible
- Modern C++17/20 features
- Cross-platform support (Windows, Linux, macOS)
================================================================================