Skip to main content
Glama

Titanmind WhatsApp MCP

by TitanmindAGI
MIT License
15
  • Apple
  • Linux
pyproject.toml1.29 kB
[build-system] requires = ["pdm-backend>=2.4.0"] build-backend = "pdm.backend" # To upload to pypi # use ```rm -rf dist/``` to clean build folder, # use ```python -m build``` to build # and use ```twine upload dist/*``` to upload the build [project] name = "titanmind-whatsapp-mcp" version = "0.1.8" description = "MCP server for WhatsApp functionality via Titanmind" authors = [ {name = "Shubhashish", email = "shubhashish@salarybox.in"} ] readme = "README.md" requires-python = ">=3.10" dependencies = [ "fastmcp>=2.0.0", "requests>=2.32.3", "pydantic>=2.5.0", "pydantic-core>=2.14.0", "requests_oauthlib>=2.0.0", "python-dotenv>=1.1.1" ] # command/script to run the whole package --> titan-mind-mcp. it directly runs the server file in src/titan_mind [project.scripts] titan-mind-mcp = "titan_mind.server:main" [tool.setuptools] packages = ["titan_mind"] package-dir = {"" = "src"} [tool.pdm] distribution = true license = {text = "MIT"} classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] [project.urls] "Homepage" = "https://github.com/TitanmindAGI/titan-mind-whatsapp-mcp" "Repository" = "https://github.com/TitanmindAGI/titan-mind-whatsapp-mcp"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TitanmindAGI/titan-mind-whatsapp-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server