Adobe Interns MCP Server
Project description
DynamicWF
A specialized MCP server for Adobe intern information with filtering capabilities.
Installation
pip install dynamicwf
Usage
After installation, you can run the server using either:
# Using the installed command
dynamicwf
# Or as a Python module
python -m dynamicwf
Command Line Options
# Run with verbose logging
dynamicwf -v
# Run with debug logging
dynamicwf -vv
API Usage
You can also use the package programmatically:
import asyncio
from dynamicwf import serve
# Run the server
asyncio.run(serve())
Features
- Get a list of all Adobe interns
- Filter interns by name
- Simple CLI interface with logging options
- REST API for integration with other services
API Endpoints
GET /interns- Get a list of all internsGET /interns?name=John- Filter interns by name
Development
To install in development mode:
pip install -e .
Running tests:
python -m unittest discover -s tests
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dynamicwf-0.1.0.tar.gz.
File metadata
- Download URL: dynamicwf-0.1.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43a9adbfdba3448fda37517d6ae98c0278354f3e823cb36b0d50f5d57425746c
|
|
| MD5 |
405d00c6fea95d836cfb9e79addbc524
|
|
| BLAKE2b-256 |
08adb49a83a2ad8ede03511c262f2a87ce55d5c77505b02e4686273a00d4aeef
|
File details
Details for the file dynamicwf-0.1.0-py3-none-any.whl.
File metadata
- Download URL: dynamicwf-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2cdad3d8941d99ee66819b95f93619f320907881b1852da9d8c3c1b619436bc1
|
|
| MD5 |
06af75281718ef0ae175893be40da21e
|
|
| BLAKE2b-256 |
dbefe4abfbcbf8e5dc28ed727294e017eb9b27cdf621d6ea5db90e411595a7df
|