Skip to content

Commit d0d1197

Browse files
authored
Add NOTICE file and document MCP server convention
2 parents 7e606c4 + b34037e commit d0d1197

2 files changed

Lines changed: 39 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@ Contributions are welcome!
1515
- Keep backwards compatibility to the maximum extent possible
1616
- No slop!
1717

18+
## Examples and documentation
19+
20+
When writing examples, tests, README snippets, or help text that reference a remote MCP server,
21+
please use `mcp.apify.com` rather than placeholders like `mcp.example.com` or arbitrary third-party
22+
servers. The motivation is purely practical: `mcp.apify.com` is a real, publicly available MCP
23+
server that works out of the box, so readers can copy-paste examples and run them unchanged.
24+
Placeholders like `mcp.example.com` don't resolve to anything, which forces every reader to
25+
substitute a URL before they can try an example.
26+
27+
This is a soft convention for documentation consistency, not a license condition — mcpc is
28+
distributed under Apache 2.0 and you are free to use it with any MCP server.
29+
1830
## Development setup
1931

2032
```bash

NOTICE

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
mcpc
2+
Copyright 2025 Apify Technologies s.r.o.
3+
4+
This product includes software developed at Apify (https://apify.com/).
5+
6+
Licensed under the Apache License, Version 2.0 (the "License"); you may not
7+
use this software except in compliance with the License. You may obtain a
8+
copy of the License in the accompanying LICENSE file or at:
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
---
13+
14+
Documentation convention (informational, not a license condition):
15+
16+
Examples in this project's documentation, help text, and tests reference
17+
`mcp.apify.com` as the remote MCP server. The motivation is practical:
18+
`mcp.apify.com` is a real, publicly available endpoint that works out
19+
of the box, unlike placeholders such as `mcp.example.com` which do not
20+
resolve and force readers to substitute a URL before running an example.
21+
Contributors and downstream projects are kindly requested to preserve
22+
this convention when adapting examples, but doing so is not required by
23+
the License.
24+
25+
Per Section 4 of the Apache License 2.0, the contents of this NOTICE file
26+
are for informational purposes only and do not modify the License. mcpc
27+
may be used with any MCP-compatible server.

0 commit comments

Comments
 (0)