22 Commits

Author SHA1 Message Date
Eugene Yurtsev
d1db6319b9 Update README.md (#37)
fix typo in readme with claude code
2025-07-07 17:12:08 -04:00
Larsen Weigle
3f859a3fc9 fix(mcpdoc): update readme cli example and mcp json. (#22)
See[ this issue
thread](https://github.com/langchain-ai/mcpdoc/issues/21).

Update examples in the readme to match the arg parser in `cli.py` which
is configured to append multiple urls:

```python
    parser.add_argument(
        "--urls",
        "-u",
        type=str,
        nargs="+",
        help="List of llms.txt URLs or file paths with optional names (format: 'url_or_path' or 'name:url_or_path')",
    )
```

The current examples in the readme file uses multiple `--url` flags so
the previous url is overridden with each new url flag.
2025-04-05 13:23:50 -04:00
Eugene Yurtsev
35e5481ada README: add multiple url examples (#16) 2025-03-28 13:41:03 -04:00
Eugene Yurtsev
53479ff021 Update README.md (#15) 2025-03-28 13:23:14 -04:00
Eugene Yurtsev
7e62344a91 docs: scale down image 2025-03-27 13:56:14 -04:00
Eugene Yurtsev
bac98dc41a Update README.md 2025-03-27 13:53:37 -04:00
Lance Martin
c2977b3602 Add local llms.txt file reading (#14)
Add ability to read llms.txt from local files.

---------

Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
2025-03-27 10:22:42 -07:00
Vadym Barda
bb3328b0c3 update config README (#10) 2025-03-24 10:08:33 -04:00
Lance Martin
f7556c9bd6 Update README with rules 2025-03-21 13:29:08 -07:00
Lance Martin
0e688fee9a Merge branch 'main' of https://github.com/langchain-ai/mcpdoc 2025-03-19 15:03:10 -07:00
Lance Martin
677facfb64 Minor update 2025-03-19 15:02:45 -07:00
Lance Martin
465e69ffcb Update README.md 2025-03-19 11:03:27 -07:00
Lance Martin
be13a215f4 Update 2025-03-19 11:00:35 -07:00
Lance Martin
6e2221fd5b Update README.md 2025-03-18 15:45:21 -07:00
Lance Martin
19d45109c2 Minor update 2025-03-18 15:44:04 -07:00
Eugene Yurtsev
5d15b6c113 Update README.md (#6) 2025-03-18 17:54:08 -04:00
Lance Martin
fd354128ce Update README (#5) 2025-03-18 17:50:25 -04:00
Eugene Yurtsev
a2319c512f Update README.md 2025-03-18 13:51:43 -04:00
Eugene Yurtsev
efd5958db0 x 2025-03-18 13:31:15 -04:00
Eugene Yurtsev
41fe883a76 Update README.md 2025-03-17 23:40:35 -04:00
Eugene Yurtsev
88be786a98 Update README.md 2025-03-17 23:35:01 -04:00
Eugene Yurtsev
eb48c19675 scaffold 2025-03-17 23:29:03 -04:00